Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
None
-
None
-
Operating System: All
Platform: PC
URL: http://www.nabble.com/Re%3A-SMTPAppender%3A-authentication-option-missing--p10006781.html
-
65
Description
I'm trying to use the SMTPAppender but my SMTP server requires that I authenticate, and it appears that SMTPAppenderBase do not provide the necessary authentication options.
I also notice that SMTPAppenderBase uses Transport.send(), and no where does it use transport.connect(...) that accepts username and password.